If you want 2 separate reports then you need to set 2 separate class files where you can configure report. Configure in sense initialize report, set location and name of report.
for example: If you have Base.java where all report is configure. Make 2 classes Report1.java and Report2.java and set configuration. So when you call different runner class make sure you are configuring right "Report" class so separate report will get generated.