Chrome action sync between containers

Hi All,

This is my first post in the docker forum.

I have built a chrome vnc image and was successful in running it,

So i have created 2 containers and each expose to a separate port to be accessed via local host outside the container.

Is there a way that actions performed in container 1 be synced with container 2.

Ex:- If i open a url (bbc.com) in container 1 the same to be updated in container 2 and vice versa,
This implementation is similar to co-browser.

I need help and guidance in knowing how this can implemented.