Different Urls for mobile and desktop homepages

I don’t think you can accomplish this using WordPress alone since there is no way (that I know) for WordPress (or PHP for that matter) to detect if it’s desktop or mobile. I’d imagine you could use some simple Javascript however to detect if you’re on mobile and then use window.location to redirect to your subpage.