Not completely sure what you are after.
But you can controll your executions better by introducing a queue like rabbitmq.
This allows you to set the parallel executions and such.
You would have to send everything to the queue first and then execute whatever you want from the queue.
@BramKn
Thanks for your answer,
What i mean is if there any option to add rate limt guard like in api request which same IP will not execute more than 30 workflows in a minutes for example?. like Throttler guard on REST api.