Hi,
Unlike Unica, ACC workflow activities are processed in sequence, top-to-bottom in the fork's list.
You can use advanced js activity or xtk.workflow.PostEvent() to invoke activities in parallel, though you won't be able to join them back together with ootb activities.
What's the use case for parallelism, out of curiosity?
Thanks,
-Jon