Plot with two y-axes

Is it possible to plot two lines with different y-axis units on the same plot?
(Similar to these two examples:
How to Make a Plot with Two Different Y-axis in Python with Matplotlib ? - Python and R Tips,
How to Make Multiple Y-Axes Plots in Chart Studio)

I would like to do this in plotly express without interfering with the ‘facet’ option – meaning I want multiple plots with the same range of the two y-axes in each facet.