SD write after I put SD in

SD/SD.cpp at master · arduino-libraries/SD · GitHub

//call this when a card is removed. It will allow you to insert and initialise a new card.
void SDClass::end() {
root.close();
}

Looks like with a bit of code your want is possible.