Drawing on the same screen with different cameras?

Is it possible to draw using one camera then draw with another camera to overlay on the current screen?

I ask this because sometimes I have perspective stuff I want to draw followed by orthographic.

Yes, set the clear flags for the camera on top to Depth Only. (And make sure the camera depths are different.)