Given two nontrivial intervals $I$ and $J$ (both open or both closed), do there always exist a monotone bijection between $I\cap \mathbb{Q}$ and $J\cap \mathbb{Q}$?
If the endpoints of $I$ and $J$ are rational numbers, then such a bijection is easy to find (just take the linear function that sends the endpoints of $I$ to those of $J$). But in general, it's not clear what to do.
Noah Schweber's answer, using Cantor's theorem, was also the first answer that occurred to me, but here's an alternative approach that doesn't need Cantor's theorem. I'll use Noah's convenient list of four types of intervals of rationals.
Type 4, where both endpoints are in the interval (and are therefore rational), is the easiest. The linear, increasing function that sends the endpoints of one such interval to the endpoints of the other has rational coefficients and thus gives the desired bijection.
Now consider type 2, where the interval contains its left endpoint $a$ but not its right endpoint (so $a$ is rational but we don't know about $b$). We can chop up this interval $[a,b)\cap\mathbb Q$ (where I'm using the standard convention that "[" or "]" means to include the endpoint and "(" or ")" means to exclude it) into a sequence of intervals of type 4 as follows. Choose an increasing sequence $a_0,a_1,a_2,\dots$ of rational numbers with $a_0=a$ and with $\lim_{n\to\infty}a_n=b$. Then $[a,b)$ is the union of the intervals $[a_n,a_{n+1}]\cap\mathbb Q$. Now if we're given a second interval of type 2, say $[a',b')\cap\mathbb Q$, chop it up similarly into intervals of type 4, $[a_n',a_{n+1}']\cap\mathbb Q$. Then use the result already proved for type 4 to monotonically biject each $[a_n,a_{n+1}]\cap\mathbb Q$ to the corresponding $[a_n',a_{n+1}']\cap\mathbb Q$. All those bijections together constitute an increasing bijection from $[a,b)\cap\mathbb Q$ to $[a',b')\cap\mathbb Q$.
Type 3 is handled analogously, with a decreasing sequence of $a_n$'s approaching the excluded left endpoint. Finally, for type 1, pick a rational number $q$ in the open interval $(a,b)$ and break the interval into $(a,q]\cap\mathbb Q$ and $[q,b)\cap\mathbb Q$. These are of types 3 and 2 respectively, so you can handle them by the method above.