Zend certified PHP/Magento developer

Allow apps to connect to cellular network on android device while using the WIFI ADB protocol

I have an android device which is using the cellular internet to connect to a private network. As so…the only door to connect to that private network is through my cellular network provider.

I have a VPN client app installed on it to access the network

I’m using my Desktop Pc to control the android device through a USB cable with ADB debugging on, at the moment.

I’m wandering if it would be possible to control my android device via WIFI ADB while allowing the VPN app to stay connected to the cellular data network ?

Or for short: Can I set up android to allow two network connections (data and wifi) and route them to different apps/serices (data for VPN app and wifi for OS ADB) ?