Start another CPU
When the Pico 2 boots, only CPU 0 run our code, with the CPU 1 entering a wait state awaiting instructions from the CPU 0 to go to an specified entry point and start executing code.
The datasheet describes what the CPU 0 must send though the inter CPU FIFO communication pipeline in other to have CPU 1 start executing code from an specific entrypoint.