Switch App to browser and back to app

Hello Everyone, Currently, I am using multiremote feature with two capabilities (ios app and chrome browser) defined in webdriverio config file and looking to automate webapp and mobileapp (ios) by adding test cases in the same spec file. 1. First test case opens up browser and click elements 2. second test should open mobile app, click element, enter value. 3. Going back to browser test case again and continue automation. Basis scenario is, like joining zoom meeting where browser client starts meeting and mobile app joins the same meeting. To achieve this switching between browser, mobile, browser views, what would be the best way ? Any inputs please, #webdriverio #appium ? Thanks