Is there a way to bind multiple workers

Is there a way to bind multiple workers into a single DO? When I tried doing this by specifying the bindings in the seperate
wrangler.toml
and re-exporting the DO in both index.ts of the two workers, Cloudflare creates two seperate DO's with the worker name prefixed in front.

I can see how this is expected behaivour, but is there any way I can bind multiple workers into the same DO?
Was this page helpful?