Have you looked at Mendix Business Events instead? I believe it solves the problem you are describing.
https://docs.mendix.com/appstore/modules/business-events/
I hope this helps.
What I understood from your case is that Event Driven Architecture is more suited and FIFO algo seems not important. Thus, you need to apply Event-Driven architecture. You might use Kafka in a way where the leader produces a message "every time a new update/insert/delete" then the followers can consume the message async way and do their duties.
https://marketplace.mendix.com/link/component/105878
I am new for Mendix, hope it helps