Combine Orthographic and Perspective Cameras

I’m working on a game that needs to render the main scene using perspective while rendering touch input using an orthographic camera (think top down line-drawing game). Is it possible to render the main scene elements with a perspective camera, then turn on an orthographic camera and render a shape (say with a procedural mesh) in 2D on top / in front?