how do you brake a single sketch down to multiple sketches ?

Create a new tab, naming the file associated with that tab with a .ino extension. All .ino files are merged at compile time.

Nothing needs to be done to call a function defined in another .ino file, since the compiler will only see one .cpp file when it gets called.