Initialize multiple apps

For a specific use case, I need to be able to initialize multiple apps simultaneously on my nodejs server.
Is this currently possible? and if not can this be added as a feature in the backendless 4 js sdk?

If you use the SDK, you can initialize it to use only one app. However, you can use other apps through the REST APIs since it does not need any initialization.

Thanks Mark!