In this link it explains how to make two HTTP calls grouped by a zip as below:
const groupedResponse = zip(this.getTeachers(), this.getStudents());