Put each one in its own block:

begin
execute . . . ;
exception when others then NULL;
end;
begin
execute . . . ;
exception when others then NULL;
end;