Multiple Game views on iOS

Hi, I am curently searching for a way to embed the Game view into a classic iOS UIKit interface, and to be able to recreate that view and reinitialize it with another Game each time. I know that’s tricky, because Monogame is meant to be fullscreen and with one single Game instance but maybe by creating my own GamePlatform, Game view like the iOS one but without the single UIWindow I could achieve this. Anyone already done that ?!