Iterator and parallel executions

Hi there,

So I have a list of items I am iterating on and each further item processing is slow, so I’d like to run the iterations in parallel.
Is that possible ?
I am exceeding the 40m exec time limit.

thanks for your help