Is MongoDB Realm function scalable?

I am pretty new to MongoDB. I am in a scenario where it is possible for a system to invoke functions simultaneously many time.

I have gone through MongoDB Function Documentation and didn’t find anything which speaks about scalability or concurrency issues.

Can a single function be invoked multiple times in parallel? for example: Three different request trying to invoke same function will all three request be handled one by one or in parallel.