Connect sharetribe database

Hi,

I have a B2B sharetribe app. I’ve clone the project to make it B2C (by hiding some buttons with custom methods like is_client?, for example). I want to be able to change the design of the B2C without applying those to the B2B’s. So i would like to add a subdomain like this: b2c.mymarketplace.com.
BUT, i don’t want to duplicate the database. So i would like to connect the B2B database to the B2C project so i can display the data and change the logo through the admin panel without impacting the B2B interface.

Is there any way to do it ?

Thanks