Powershell in After Provision Rule & Concurrency

Hello,

I am creating a powershell script that gets called in an after provision Active Directory rule. I seem to be having an issue with concurrency as if I have multiple users going through this process, the script will only run on a single user.

What is the best way to call the powershell script in scenarios where it will run for multiple users in the same time frame?

Thanks!