Shared xaxes across multiple figures?

Plotly allows users to share xaxes across multiple subplots.
However, I couldn’t find a way to do the same thing across multiple figure objects.
I think this is a really powerful feature to have.
Is there any way to achieve this goal?

For reference, Bokeh has been supporting this feature by simply sharing the x_range between figure objects.