I have a simple requirement to run evaluations in two notebooks simultaneously. My 11.3 Home Edition, with two notebooks open, and nothing (that I know of, unless it's the ff statement) being evaluated, shows this:
Print@ToString@StringForm["LPs=`1`/`3`,LSPs=`2`/`4`", $LicenseProcesses, \
$LicenseSubprocesses, $MaxLicenseProcesses, $MaxLicenseSubprocesses]
LPs=2/2,LSPs=0/4
I've seen a lot of complicated questions and answers involving kernels, processes, and subprocesses, but let me reiterate that what I want to do is very simply put: run two possibly long-running evaluations in two separate notebooks. No parallelism, nothing fancy.
How can I do this?

evaluation->start kernel->new kerneletc... when you run 2 evaluation on same kernel, they get queued. – Nasser Apr 18 '18 at 05:37