Multiple Camera Rendering

Hello I am trying to do two things

  1. Get two cameras to render on one screen. As in one for example has your base and the other has the enemies.
  2. Use an orthographic camera with constrained aspect ration in the height but not the width.

Performance is not a massive impact on me as I am making a 2D game without lighting.

Any help would be appreciated.