By default, VS Code does not support direct communication between separate windows (workspaces). However, you can overcome this limitation by:
- Using extensions like Multi Command or Remote Development.
- Creating external scripts to handle synchronization.
- Developing or modifying a custom extension to suit your needs.
- If possible, switching to a multi-root workspace setup to simplify the configuration.