A job can have successor jobs. Successor jobs are executed only after the job has finished and if the job triggers successor jobs, i.e. the job decides if successor jobs shall be executed or not.
See the documentation of job types for the conditions each job type checks for executing successor jobs. E.g. if the job is an import job that imports data from some other system the successor job could be a job that prepares some presentation of the newly imported data.